A built-in template for a PHP file header. It contains a code fragment that can be included into file templates (Templates tab) with the help of the #parse directive.
The template is editable. Along with the static text, code and comments, you can also use the predefined variables that are expanded like macros into the corresponding values.

Predefined variables take the following values:
${FILE_NAME}   Current file name
${USER}   Current user system login name
${DATE}   Current system date
${TIME}   Current system time
${YEAR}   Current year
${MONTH}   Current month
${MONTH_NAME_SHORT}   First 3 letters of the current month name. Example: Jan, Feb, etc.
${MONTH_NAME_FULL}   Full name of the current month. Example: January, February, etc.
${DAY}   Current day of the month
${HOUR}   Current hour
${MINUTE}   Current minute
${SECOND}   Current second
${PRODUCT_NAME}   Current IDE name
${PROJECT_NAME}   Current project name